/*头部样式*/
*{margin: 0;padding: 0;}

.tong {
    width: 1200px;
    margin: 0 auto;
}

.tong1 {
    position: relative;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
}

.toux_ {
    line-height: 38px;
    font-size: 14px;
    color: #333333;
    background: url(../images/tou.png) repeat-x;
}
.toux_ .tong .k3{
   font-size: 14px;
   font-weight: normal;
}

.tou a {
    color: #333333;
}

.logo {
    float: left;
    line-height: 125px;
}

.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink .k1 {
    line-height: 32px;
    padding-top: 5px;
}

.topLink .k2 {
    margin-top: 34px;
    padding-left: 60px;
    background: url(../images/dh.png) no-repeat 0 50%;
    font-size: 14px;
    color: #333333;
    text-align: left;
    line-height: 1.2;
    height: 53px;
}

.topLink .k2 p:nth-child(2) {
    color: #202020;
    font-size: 30px;
    font-weight: 600;
}

.guding_ {
    width: 100%;
    background: #fff;
}

.k4 {
    padding-top: 35px;
    padding-left: 11px;
    float: left;
    width: 561px;
}

#menu_ {
    background: #202020;
    height: 62px;
}

.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
}


/*热门搜索*/

.ss_ {
    border-bottom: 1px solid #e2e2e2;
    height: 55px;
}

#formsearch {
    margin-top: 12px;
    width: 356px;
    float: right;
    height: 32px;
    background: url(../images/ss.png) no-repeat center 0;
}

.hotSearch {
    float: left;
    line-height: 55px;
    font-weight: normal;
    font-size: 12px;
    color: #202020;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}


/*搜索和热门搜�?*/

.hotSearch a {
    margin-right: 6px;
    color: #202020;
}

#formsearch input {
    height: 32px;
    background: none;
    border: none;
    line-height: 32px;
    outline: none;
}

#formsearch input#keyword {
    padding-left: 20px;
    color: #000;
    width: 285px;
}

#formsearch input#s_btn {
    width: 46px;
    text-align: center;
    background: none;
    color: #fff;
    border: none;
    cursor: pointer;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}


/*主体样式*/

#container_ {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*品牌列表*/

.brand-list {
    margin: 20px 0px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.brand-list li {
    margin: 5px 8px;
}

.brand-list li:hover {
    box-shadow: 2px 1px 5px;
}

.brand-list li img {
    width: 150px;
    height: 120px;
}


/*友情链接*/

.f_link span {
    padding-right: 24px;
}

.f_link {
    width: 1200px;
    margin: 0 auto;
    line-height: 30px;
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    padding-left: 12px;
    box-sizing: border-box;
    background: #f2f2f2;
    border-left: 3px solid #2a71c9;
    margin-top: 37px;
    line-height: 55px;
  
    overflow: hidden;
}

.f_link a {
    font-weight: 500;
    font-size: 14px;
}

.f_link a:after {
    content: "|";
    padding: 0 10px;
}

.f_link a:last-child:after {
    display: none;
}


/*页面底部*/

.foot_ {
    background: #333333;
    padding-top: 32px;
    padding-bottom: 32px;
}

.navx {
    text-align: center;
    margin-bottom: 20px;
}

.navx li {
    line-height: 46px;
    display: inline-block;
    margin: 0 22px;
}

.navx li a {
    color: #fff;
    font-size: 14px;
}

#footer {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.logox {
    margin-top: 24px;
}

.copyright {
    width: 1200px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

.copyright a {
    color: #fff;
}

.er {
    line-height: 30px;
    color: #fff;
 /*   opacity: .7;*/
    text-align: center;
}


/*------------内页-------------------*/

.left_ {
    width: 224px;
    float: left;
}

.left_ .box {
    margin-bottom: 10px;
}

.left_ .box h3 {
    line-height: 60px;
    padding-left: 34px;
    background: #2a71c9;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    position: relative
}

.left_ .box h3::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 20px;
    top: 20px;
    left: 15px;
    background: #fff
}

.left_ .box .content {
    padding: 5px 0px;
}

.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}

.n_banner {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.n_banner img {
    width: 1920px;
    margin: 0 auto
}

.sort_menu h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.sort_product {
    margin-top: 10px;
}

.sort_product h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact {
    margin-top: 10px;
}

.n_contact h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact .content {
    padding: 5px;
    line-height: 24px;
}

.right_ {
    width: 960px;
    float: right;
    padding-bottom: 10px;
}

.sitemp_ {
    border-bottom: 1px solid #eee;
}

.sitemp_ h2 {
    width: 340px;
    float: left;
    line-height: 40px;
    text-align: left;
    font-size: 16px;
    color: #333;
}
.sitemp_ h1 {
    width: 340px;
    float: left;
    line-height: 40px;
    text-align: left;
    font-size: 16px;
    color: #333;
}

.sitemp_ .site {
    width: 380px;
    float: right;
    text-align: right;
    line-height: 40px;
}

.right_ .content {
    padding: 10px;
    padding-top: 15px;
    overflow: hidden;
    line-height: 24px;
    text-align: justify;
}
.product_detail  .content {
    padding: 10px;
    padding-top: 15px;
    overflow: hidden;
    line-height: 24px;
    text-align: center;
}
.sort_album {
    margin-top: 15px;
}
